inherited FtpGenerateSSLCertDialog: TFtpGenerateSSLCertDialog Left = 391 Top = 432 Caption = 'Generate Self-signed SSL Certificate' ClientHeight = 391 ClientWidth = 313 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object KeyLengthLbl: TUiLabel Left = 8 Top = 8 Height = 13 Caption = 'Key &length in bits:' FocusControl = KeyLengthEdit end object ExpirationLbl: TUiLabel Left = 192 Top = 8 Height = 13 Caption = 'Expiration:' FocusControl = ExpirationEdit end object CommonNameLbl: TUiLabel Left = 8 Top = 48 Height = 13 Caption = '&Common name:' FocusControl = CommonNameEdit end object OrganizationLbl: TUiLabel Left = 8 Top = 88 Height = 13 Caption = 'Organization:' FocusControl = OrganizationEdit end object OrganizationalUnitLbl: TUiLabel Left = 8 Top = 128 Height = 13 Caption = 'Organizational unit:' FocusControl = OrganizationalUnitEdit end object CityLbl: TUiLabel Left = 8 Top = 168 Height = 13 Caption = 'City:' FocusControl = CityEdit end object StateLbl: TUiLabel Left = 8 Top = 208 Height = 13 Caption = '&State/Province:' FocusControl = StateEdit end object CountryLbl: TUiLabel Left = 264 Top = 208 Height = 13 Caption = 'Country:' FocusControl = CountryEdit end object EmailLbl: TUiLabel Left = 8 Top = 248 Height = 13 Caption = '&Email:' FocusControl = EmailEdit end object OutputFilenameLbl: TUiLabel Left = 8 Top = 304 Height = 13 Caption = 'Output filename:' FocusControl = OutputFilenameEdit end object OutputFilenameBrowseBtn: TUiBrowseSpeedButton Left = 280 Top = 320 BrowseEdit = OutputFilenameEdit end object KeyLengthEdit: TUiComboBox Left = 8 Top = 24 Width = 65 Height = 21 Style = csDropDownList ItemHeight = 13 MaxLength = 4 TabOrder = 0 OnChange = SomethingChangedClick end object ExpirationEdit: TUiDateTimePicker Left = 192 Top = 24 Width = 113 Height = 21 TabOrder = 1 OnChange = SomethingChangedClick end object CommonNameEdit: TUiEdit Left = 8 Top = 64 Width = 297 Height = 21 TabOrder = 2 OnChange = SomethingChangedClick end object OrganizationEdit: TUiEdit Left = 8 Top = 104 Width = 297 Height = 21 TabOrder = 3 OnChange = SomethingChangedClick end object OrganizationalUnitEdit: TUiEdit Left = 8 Top = 144 Width = 297 Height = 21 TabOrder = 4 Text = 'Beyond Compare user' OnChange = SomethingChangedClick end object CityEdit: TUiEdit Left = 8 Top = 184 Width = 297 Height = 21 TabOrder = 5 OnChange = SomethingChangedClick end object StateEdit: TUiEdit Left = 8 Top = 224 Width = 241 Height = 21 TabOrder = 6 OnChange = SomethingChangedClick end object CountryEdit: TUiEdit Left = 264 Top = 224 Width = 41 Height = 21 MaxLength = 2 TabOrder = 7 OnChange = SomethingChangedClick end object EmailEdit: TUiEdit Left = 8 Top = 264 Width = 297 Height = 21 TabOrder = 8 OnChange = SomethingChangedClick end object OutputFilenameEdit: TUiBrowseEdit Left = 8 Top = 320 Width = 265 Height = 21 TabOrder = 9 OnChange = SomethingChangedClick OnBrowse = OutputFilenameBrowse end object GenerateBtn: TUiButton Left = 152 Top = 360 Caption = '&Generate' Default = True TabOrder = 10 OnClick = GenerateClick AutoSize = asRight end object CancelBtn: TUiButton Left = 232 Top = 360 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 11 AutoSize = asRight end end